﻿namespace Warudo.Core.Graphs {
	public sealed record Continuation(FlowConnection Connection);
}
